HomeSort by relevance Sort by last modified time
    Searched refs:getLabelLocations (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 335 /// getLabelLocations - Return the label locations map of the label IDs to
337 virtual DenseMap<MCSymbol*, uintptr_t> *getLabelLocations() { return 0; }
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 79 if (Label && (*JCE->getLabelLocations())[Label] == 0)
203 MMI->TidyLandingPads(JCE->getLabelLocations());
JITEmitter.cpp 452 virtual DenseMap<MCSymbol*, uintptr_t> *getLabelLocations() {
    [all...]

Completed in 714 milliseconds