Home
last modified time | relevance | path

Searched defs:IsLocal (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
DFunctionInfo.h73 void setLocalFunction(bool IsLocal) { IsLocalFunction = IsLocal; } in setLocalFunction()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp729 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in canEvictInterference() local
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp995 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3835 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5587 bool IsLocal = Record[1]; in parseEntireSummary() local